home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Dibujo / 3DSTYLER.ZIP / 3DSTYLER / SCENE / HANOI.SCN < prev    next >
Text File  |  1993-09-09  |  3KB  |  174 lines

  1. AmbientLight
  2.   {
  3.      On = 1
  4.      Color { 64 64 64 }
  5.   }
  6.  
  7. DirectionalLight
  8.   {
  9.      On = 0
  10.      Color { 64 64 64 }
  11.      Direction { 0 -1 0 }
  12.   }
  13.  
  14. OBJECT cylinder1
  15. Type = Cylinder
  16.   {
  17.      IntTrans
  18.        {
  19.           Scale { 1 1 1 }
  20.           Rotation { 0 0 0 }
  21.        }
  22.      Material
  23.        {
  24.           Color { 0 255 255 }
  25.           Coeffs { 1 1 1 }
  26.           SpecExp = 20
  27.        }
  28.   }
  29.  
  30.  
  31. OBJECT cylinder2
  32. Type = Cylinder
  33.   {
  34.      IntTrans
  35.        {
  36.           Scale { 1 1 1 }
  37.           Rotation { 0 0 0 }
  38.        }
  39.      Material
  40.        {
  41.           Color { 0 255 255 }
  42.           Coeffs { 1 1 1 }
  43.           SpecExp = 20
  44.        }
  45.   }
  46.  
  47.  
  48. OBJECT torus1
  49. Type = Torus
  50.   {
  51.      rToR = 0.5
  52.      IntTrans
  53.        {
  54.           Scale { 1 1 1 }
  55.           Rotation { 0 0 0 }
  56.        }
  57.      Material
  58.        {
  59.           Color { 255 255 0 }
  60.           Coeffs { 1 1 1 }
  61.           SpecExp = 20
  62.        }
  63.   }
  64.  
  65.  
  66. OBJECT HANOITOWER
  67. Type = Node
  68.   {
  69.      IntTrans
  70.        {
  71.           Scale { 1 1 1 }
  72.           Rotation { 0 0 0 }
  73.        }
  74.      Material
  75.        {
  76.           Color { 255 255 255 }
  77.           Coeffs { 1 1 1 }
  78.           SpecExp = 20
  79.        }
  80.      NoOfLinks = 6
  81.      Link
  82.        {
  83.           Object = cylinder1
  84.           ExtTrans
  85.             {
  86.                Scale { 2 0.1 2 }
  87.                Rotation { 0 0 0 }
  88.                Translation { 0 -1.5 0 }
  89.             }
  90.        }
  91.  
  92.      Link
  93.        {
  94.           Object = cylinder2
  95.           ExtTrans
  96.             {
  97.                Scale { 0.2 3 0.2 }
  98.                Rotation { 0 0 0 }
  99.                Translation { 0 0 0 }
  100.             }
  101.        }
  102.  
  103.      Link
  104.        {
  105.           Object = torus1
  106.           ExtTrans
  107.             {
  108.                Scale { 1.5 0.5 1.5 }
  109.                Rotation { 0 0 0 }
  110.                Translation { 0 -1.3 0 }
  111.             }
  112.        }
  113.  
  114.      Link
  115.        {
  116.           Object = torus1
  117.           ExtTrans
  118.             {
  119.                Scale { 1.2 0.5 1.2 }
  120.                Rotation { 0 0 0 }
  121.                Translation { 0 -1 0 }
  122.             }
  123.        }
  124.  
  125.      Link
  126.        {
  127.           Object = torus1
  128.           ExtTrans
  129.             {
  130.                Scale { 0.9 0.5 0.9 }
  131.                Rotation { 0 0 0 }
  132.                Translation { 0 -0.75 0 }
  133.             }
  134.        }
  135.  
  136.      Link
  137.        {
  138.           Object = torus1
  139.           ExtTrans
  140.             {
  141.                Scale { 0.7 0.5 0.7 }
  142.                Rotation { 0 0 0 }
  143.                Translation { 0 -0.5 0 }
  144.             }
  145.        }
  146.  
  147.   }
  148.  
  149.  
  150. OBJECT light1
  151. Type = PosLight
  152.   {
  153.      On = 1
  154.      Color { 255 255 255 }
  155.      Point   { 0 2 -6 }
  156.      FadeCoeff = 1
  157.   }
  158.  
  159.  
  160. ROOT 
  161.   {
  162.      NoOfObjects = 2
  163.      Link
  164.        {
  165.           Object = HANOITOWER
  166.        }
  167.  
  168.      Link
  169.        {
  170.           Object = light1
  171.        }
  172.  
  173.   }
  174.